host-mounts: add ageVault catalog entry for ix-age-vault#4
Open
kreneskyp wants to merge 1 commit into
Open
Conversation
ix-age-vault's mcp-fs service bind-mounts the AGE knowledge base at /vault. Without a catalog entry, every install needed --set overrides to provide the host source. Match the paperclipData/paperclipDb pattern: - Name: ageVault - Container path: /vault - Host path: ~/.ix/age-vault/data (override via IX_AGE_VAULT_DATA_DIR) - DirectoryOrCreate so a fresh host doesn't fail before the user clones the vault content into the path. After this lands, `ix local up age-vault` works without overrides. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
ageVaulthost-mount catalog entry consumed by agent-ix/ix-age-vault. Mirrors thepaperclipData/paperclipDbpattern.ageVault/vault~/.ix/age-vault/dataIX_AGE_VAULT_DATA_DIRDirectoryOrCreateThe directory typically contains a clone of kreneskyp/age-vault; agent writes through the bind mount land in the host clone so they can be
git add-ed normally.Why now
Without this entry, every
ix local up age-vaultinvocation needs four--set global.hostMounts.ageVault.*overrides. After this merges, the wrapper bundle's image-mode deploy works out of the box, matching the ix-paperclip experience.Tracked via AGE-15 in the AGE company plan.
Test plan
vaultKeysis the canary entry).agent-ix/ix-age-vault,make deployshould succeed without explicit--set global.hostMounts.ageVault.*overrides.🤖 Generated with Claude Code